Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Ensure conda-forge channel usage when testing with conda #360

Merged
merged 1 commit into from
Aug 11, 2022

Conversation

dalthviz
Copy link
Member

Seems like the env for Windows with Python 3.7 and PyQt 5.9 on the CI is not working

@dalthviz dalthviz added this to the v2.2.1 milestone Aug 10, 2022
@dalthviz dalthviz self-assigned this Aug 10, 2022
@dalthviz dalthviz changed the title CI: Ensure conda-forge channel usage when testing with conda [WIP] CI: Ensure conda-forge channel usage when testing with conda Aug 10, 2022
@CAM-Gerlach CAM-Gerlach marked this pull request as draft August 11, 2022 04:07
Copy link
Member

@CAM-Gerlach CAM-Gerlach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

channels: conda-forge is already set in the setup-miniconda step in the workflow, so the -c conda-forge are redundant here and have no additional effect (thus the test still fails).

Instead, if you drop this commit and just add channel-priority: strict to the aforementioned step in the ci.yaml workflow, everything should work as expected.

@dalthviz dalthviz changed the title [WIP] CI: Ensure conda-forge channel usage when testing with conda CI: Ensure conda-forge channel usage when testing with conda Aug 11, 2022
@dalthviz dalthviz marked this pull request as ready for review August 11, 2022 16:17
Copy link
Member

@CAM-Gerlach CAM-Gerlach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @dalthviz !

Since this is a small change and fixes the CIs, I'll go ahead and merge right away.

@CAM-Gerlach CAM-Gerlach merged commit e21b92f into spyder-ide:master Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants